home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
ARexx4Beginners
/
Articles_01-10
/
Example5-4.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-08-02
|
164 b
|
6 lines
/* Example5-4 */
/* This illustrates SAYing a mathematical expression */
/* which is within a string as well as one not in a string */
SAY '3 + 4 * 5 =' 3 + 4 * 5